forgot to cvs add files from last commit
authorHavoc Pennington <hp@src.gnome.org>
Mon, 9 Oct 2000 17:23:03 +0000 (17:23 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Mon, 9 Oct 2000 17:23:03 +0000 (17:23 +0000)
contrib/Makefile.am [new file with mode: 0644]
contrib/gdk-pixbuf-xlib/Makefile.am [new file with mode: 0644]

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
new file mode 100644 (file)
index 0000000..b834aad
--- /dev/null
@@ -0,0 +1,8 @@
+
+if USE_X11
+XDIRS=gdk-pixbuf-xlib
+else
+XDIRS=
+endif
+
+SUBDIRS=$(XDIRS)
diff --git a/contrib/gdk-pixbuf-xlib/Makefile.am b/contrib/gdk-pixbuf-xlib/Makefile.am
new file mode 100644 (file)
index 0000000..c9f1824
--- /dev/null
@@ -0,0 +1,32 @@
+
+lib_LTLIBRARIES=libgdk_pixbuf_xlib-1.3.la
+
+INCLUDES = -I$(top_srcdir) -I$(top_builddir) \
+       -I$(top_srcdir)/gdk-pixbuf      \
+       -I$(top_srcdir)/contrib         \
+       $(GLIB_CFLAGS)
+
+LDADDS = @STRIP_BEGIN@         \
+       @x_ldflags@     \
+       @x_libs@        \
+       @GLIB_LIBS@     \
+       -lm             \
+@STRIP_END@
+
+libgdk_pixbuf_xlib_1_3_la_LDFLAGS =         \
+       -export-dynamic
+
+libgdk_pixbuf_xlib_1_3_la_SOURCES =         \
+       gdk-pixbuf-xlib-private.h       \
+        gdk-pixbuf-xlib.c               \
+        gdk-pixbuf-xlib-render.c        \
+        gdk-pixbuf-xlib-drawable.c      \
+        gdk-pixbuf-xlibrgb.c
+
+libgdk_pixbuf_xlibincludedir=$(includedir)/gtk-2.0/gdk-pixbuf-xlib
+
+libgdk_pixbuf_xlibinclude_HEADERS =                    \
+        gdk-pixbuf-xlib.h                              \
+        gdk-pixbuf-xlibrgb.h
+
+